~jsvoboda/helenos/sysel

« back to all changes in this revision

Viewing changes to uspace/dist/src/sysel/demos/string.sy

  • Committer: Jiri Svoboda
  • Date: 2010-05-08 08:10:44 UTC
  • Revision ID: jiri@wiwaxia-20100508081044-5hvcjwu15rsfvgnv
Update SBI to rev. 244.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                        Builtin.WriteLine("ABCDE"[i]);
39
39
                        i = i + 1;
40
40
                end
 
41
 
 
42
                Builtin.WriteLine("Abracadabra".Slice(2, 4));
41
43
        end
42
44
end