home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
GRAPHICS
/
MISC
/
GLE33B_1.ZIP
/
GLE4.ZIP
/
GC_WRITE.GLE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-07-05
|
428 b
|
27 lines
size 12 3
amove 1 2.5
set hei .32
set font tt
begin table
set hei .35 font rm
set just center
amove 3 .5
a$ = "Hello there "
xx = sqrt(10)
t$ = time$()
c$ = a$+t$
write a$+t$ xx
end table
amove 5.4 0
box 6 3
begin origin
set hei .35 just center font rm
amove 3 .5
a$ = "Hello there "
xx = sqrt(10)
t$ = time$()
c$ = a$+t$
write a$+t$ xx
end origin