Strings/arrays/builtins in int/sm

This commit is contained in:
Dmitry Boulytchev 2018-04-25 01:06:18 +03:00
parent b19bea4d58
commit dd5956d663
10991 changed files with 24197 additions and 24039 deletions

View file

@ -6,7 +6,7 @@ fun test2 (b) {
a := b
}
read (x);
x := read ();
test1 ();
write (a);