This website requires JavaScript.
Explore
Help
Register
Sign In
egormanga
/
Slang
Watch
1
Star
0
Fork
0
You've already forked Slang
mirror of
https://github.com/egormanga/Slang.git
synced
2025-03-01 18:09:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Slang
/
tests
/
map.sl
8 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Latest changes back from 2021, before starting from scratch.
2024-01-11 02:55:07 +03:00
#| Slang `map' test. |#
Huge work; i'm too tired to write commit message for all of it. Pleez let me sleep acouple of hours. Made most tests work. Started SBC.
2020-03-18 07:00:12 +03:00
void f(int x) = stdio.println(x)
main {
f.map([int: 1, 2, 3])
}
Reference in New Issue
Copy Permalink