You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
272 B
Racket
10 lines
272 B
Racket
8 years ago
|
#lang reader "lang.rkt"
|
||
|
abcde
|
||
|
swap position 4 with position 0
|
||
|
swap letter d with letter b
|
||
|
reverse positions 0 through 4
|
||
|
rotate left 1 step
|
||
|
move position 1 to position 4
|
||
|
move position 3 to position 0
|
||
|
rotate based on position of letter b
|
||
|
rotate based on position of letter d
|