Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var example : string
- example := "This is a test string"
- for i : 1 .. length (example)
- put i % i is declared by using it in a for loop
- end for
- % this program outputs each character stored in example on its own line
Advertisement
Add Comment
Please, Sign In to add comment