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 10:56:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
main
slige
/
examples
/
annos.slg
11 lines
112 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
details, not trailing anno
2024-12-30 23:12:34 +00:00
//
#[builtin(Print)]
fn print(msg: string) {
infix
2024-12-12 14:37:56 +00:00
"hello" + 0
builtins ignore type check
2024-12-11 12:16:34 +00:00
}
parse annos
2024-12-11 12:03:01 +00:00
fn main() {
print builtin
2024-12-11 12:37:26 +00:00
print("hello world!\n");
parse annos
2024-12-11 12:03:01 +00:00
}
Reference in New Issue
Copy Permalink