mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
3 lines
131 B
Plaintext
3 lines
131 B
Plaintext
format("%1 %2", "value1", "value2"); // must result in format [...];
|
|
someFunc("a", "b", "c"); // must result in ... call someFunc;
|