pocketlang/tests/examples
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
..
brainfuck.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
fib.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
fizzbuzz.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
helloworld.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
matrix.pk function and else if keywords are changed. 2022-04-17 07:33:40 +05:30
pi.pk adding globals support in native interface 2022-05-09 22:52:25 +05:30
prime.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30