view ply-3.8/example/BASIC/func.bas @ 7667:9d9cd8cbb8b5

<moon__> ` mkx bin/userweps//echo boily has the mapole, oerjan has the swatter, moon__ has the snail cannon, /me is a motherfucking walrus, what else is there?
author HackBot
date Tue, 03 May 2016 00:47:32 +0000
parents 343ff337a19b
children
line wrap: on
line source

10 DEF FDX(X) = 2*X
20 FOR I = 0 TO 100
30 PRINT FDX(I)
40 NEXT I
50 END