MORE REAL LINE NUMBERED BACIC

Started by hutch--, February 26, 2011, 02:18:47 AM

Previous topic - Next topic

hutch--

Note the UPPER CASE.  :P


' ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
'   REAL LINE NUMBERED BASIC
' ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
0006:FUNCTION PBMAIN AS LONG
0005:DIM VAR AS LONG
0004:VAR = 1
0003:? FORMAT$(VAR)
0002:VAR = VAR + 1
0001:IF VAR <= 10 GOTO 0003
0000:END FUNCTION
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

jj2007

#1
Quote from: hutch-- on February 26, 2011, 02:18:47 AM
Note the UPPER CASE.  :P

uppercace makes me cick. so you abandoned masm and go for bacic nowadays?

:bg

hutch--

Deja Vu, the way the world was in 1980.  :P

Now if you were typing FORTRAN on a MONOCHROME screen in 1980 you would know why the old fellas wrote in UPPER CASE.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

dedndave

Hollerith cards - lol - THAT's why we used upper case

FORTRANS

Hi,

   The CDC with NOS/BE that I used in the day did not have
lower case.  (Except with some strange machinations to expand
the character set beyond 64 characters.)

Cheers,

Steve N.