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
2025-02-08 21:10:02 +00:00
Code
Issues
1
Releases
Wiki
Activity
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 18:46:28 -04:00
(print 1)
More work on cleaing up code.
2017-03-26 11:47:58 -04:00
Readd the repl.
2017-04-17 22:14:35 -04:00
(: counter 0)
(while (< counter 100) (print counter) (: counter (+ 1 counter)))
Reference in New Issue
Copy Permalink