This website requires JavaScript.
Explore
Help
Register
Sign In
Mikkel
/
slige
Watch
1
Star
0
Fork
0
You've already forked slige
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
94a57029c0
slige
/
examples
/
annos.slg
8 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Revert "this commit kinda sucks" This reverts commit 7ca1ff1e25ed085359180538428e9a43b5c1c850.
2024-12-30 21:12:43 +01:00
fn print(msg: string) #[builtin(print)] {
infix
2024-12-12 15:37:56 +01:00
"hello" + 0
builtins ignore type check
2024-12-11 13:16:34 +01:00
}
parse annos
2024-12-11 13:03:01 +01:00
fn main() {
print builtin
2024-12-11 13:37:26 +01:00
print("hello world!\n");
parse annos
2024-12-11 13:03:01 +01:00
}
Reference in New Issue
Copy Permalink