index
:
pry-lang
this commit
import
logo
master
Simple self-hosted low level programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
2.src
blob: 96b05963232d578fc4ceaef6eb2b903b668f49a1 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
let main = () => { let test = 1922; test = 7; printf(test); return test; };