forked from wheresaddie/Emojinal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords
More file actions
39 lines (34 loc) · 771 Bytes
/
keywords
File metadata and controls
39 lines (34 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Built-In Keywords ##
_lbkt__rbkt _ U+1F680
_lbrace__rbrace_ U+1F339
_dot_ U+1F355
dup U+2744
drop U+1F366
truthy U+1F47E
not U+1F4A9
over U+1F4A3
swap U+1F4B0
get U+1F681
_plus_ U+1F46D
_dash_ U+1F648
_star_ U+2B50
_slash_ U+1F354
or U+2615
and U+26C4
_eq_ U+1F340
_lt_ U+1F33B
_gt_ U+1F36D
_if_ U+1F370
doif U+1F380
_while_ U+1F613
repeat U+1F60B
dowhile U+1F60D
map U+1F696
each U+1F6B2
rot U+1F6AC
set U+1F344
_new_ U+1F423
## Examples ##
( . ":wave: :earth_americas:" ) // creates and runs function, prints "hello world"
printGreeting= :( . ":wave: :earth_americas:" ) // creates function and assigns it to a variable
printGreeting // runs function, prints ":wave: :earth_americas:"