Skip to content

Commit 75e1959

Browse files
authored
Merge pull request #275 from sogaiu/tweak-reverse-examples
Tweak reverse examples
2 parents 994b978 + 2c63424 commit 75e1959

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/reverse.janet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
(reverse [1 2 3]) # -> @[3 2 1]
2-
(reverse "abcdef") # -> @[102 101 100 99 98 97]
3-
(reverse :abc) # -> @[99 98 97]
2+
(reverse "abcdef") # -> @"fedcba"
43

0 commit comments

Comments
 (0)