Fhernd

no-spaghetti-ejemplo.sh

Apr 13th, 2017
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. 10 FOR i = 1 TO 10
  2. 20     PRINT i; " squared = "; i * i
  3. 30 NEXT i
  4. 40 PRINT "Program Completed."
  5. 50 END
Add Comment
Please, Sign In to add comment