Basicprogramming(.org) > SmallBASIC

Funny little program

(1/1)

chrisws:
I wasn't sure whether to share this here, but since it's all being deleted in a couple of weeks... enjoy!

s = "B trump"
for i = 0 to len(s) - 1
  n += asc(mid(s, i + 1, 1))
next i
print n

Navigation

[0] Message Index

Go to full version