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.
1 parent 994b978 commit 2c63424Copy full SHA for 2c63424
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