This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2024-11-25 01:37:19 +00:00
Code
Issues
1
Releases
Wiki
Activity
bf2c16ccb0
janet
/
libs
/
stl.gst
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add wrapping functions for easy conversion between c api and internal values.
2017-04-17 22:46:28 +00:00
(print 1)
More work on cleaing up code.
2017-03-26 15:47:58 +00:00
Readd the repl.
2017-04-18 02:14:35 +00:00
(: counter 0)
(while (< counter 100) (print counter) (: counter (+ 1 counter)))
Reference in New Issue
Copy Permalink