aboutsummaryrefslogtreecommitdiff
path: root/3b/psudocode.txt
blob: 611baf9e111fb737b6d4e25996e835684feee142 (plain) (blame)
1
2
3
4
5
6
7
get string
s = string
len = string.len
out = ""
for i = len-1; i < 0; i--
	out += s[i]
retrun out