We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 994b978 + 2c63424 commit 75e1959Copy full SHA for 75e1959
examples/reverse.janet
@@ -1,4 +1,3 @@
1
(reverse [1 2 3]) # -> @[3 2 1]
2
-(reverse "abcdef") # -> @[102 101 100 99 98 97]
3
-(reverse :abc) # -> @[99 98 97]
+(reverse "abcdef") # -> @"fedcba"
4
0 commit comments