Skip to content

Commit 2c63424

Browse files
author
sogaiu
committed
Tweak reverse examples
1 parent 994b978 commit 2c63424

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)