Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-6) was last changed on 03-Feb-2023 16:21 by Carsten Strotmann  

This page was created on 29-Jul-2010 15:51 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 removed 6 lines
[{TableOfContents }]
\\see also [true]
----
!Forth
At line 24 removed 36 lines
----
!Action
__false__ =0
Example:
%%prettify
{{{
BYTE FUNC values_match(BYTE x,y)
BYTE rval
rval=0 ;means FALSE
IF x=10 AND y=20 THEN
rval=1 ;means TRUE
FI
RETURN(rval)
PROC main()
BYTE v1,
v2
PrintE("Please give me 2 numbers.")
Print("v1 = ")
v1=InputB()
Print("v2 = ")
v2=InputB()
IF values_match(v1,v2) THEN
PrintE("Your values match!!")
FI
RETURN
}}}
/%
Version Date Modified Size Author Changes ... Change note
6 03-Feb-2023 16:21 0.281 kB Carsten Strotmann to previous removed reference to ACTION!, as this FALSE is part of the volksForth glossary
5 20-Aug-2010 11:59 0.813 kB Gromit to previous | to last
4 20-Aug-2010 11:59 0.813 kB Gromit to previous | to last
3 20-Aug-2010 11:58 0.811 kB Gromit to previous | to last
2 20-Aug-2010 11:58 0.792 kB Gromit to previous | to last
1 29-Jul-2010 15:51 0.281 kB Carsten Strotmann to last
« This page (revision-6) was last changed on 03-Feb-2023 16:21 by Carsten Strotmann  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3