This website requires JavaScript.
Explore
Help
Register
Sign In
sfja.skp
/
slige
Watch
1
Star
0
Fork
0
You've already forked slige
mirror of
https://git.sfja.dk/Mikkel/slige.git
synced
2025-01-18 18:16:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a6da283b0a
slige
/
examples
/
annos.slg
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
builtins ignore type check
2024-12-11 12:16:34 +00:00
fn print(msg: string) #[builtin(print)] {
+ "hello" 0
}
parse annos
2024-12-11 12:03:01 +00:00
fn main() {
print("hello world!");
}
Reference in New Issue
Copy Permalink