pocketlang/tests
Thakee Nathees 6e91b66e69 else if change to elif again.
The primary purpose of this change is to disambiguate between
`else if` and `else \n if`.

Even though it's a breaking change, since it's at the very early
state we're allowed to make such breaking syntax change.

lang.write function moved to io and io.stdin, io.stdout, io.stderr
added for future streamed io operations

io.File read, write, open, close, getline, seek, tell implemented

str * int multiplication implemented
2022-05-24 15:31:36 +05:30
..
benchmarks Minor code enhancements (read bellow) 2022-05-21 04:15:30 +05:30
examples else if change to elif again. 2022-05-24 15:31:36 +05:30
lang else if change to elif again. 2022-05-24 15:31:36 +05:30
modules native call api implemented 2022-05-17 23:51:01 +05:30
native More code enhancements (read bellow) 2022-05-23 03:48:35 +05:30
random else if change to elif again. 2022-05-24 15:31:36 +05:30