| |
|
|
- Page 1 - |
|
| selected Source The Eurer opinion to functions müssten,
But evident not do.
Sozusagen is this one beforehand-Subject to Infinity-Bugs etc. |
|
|
| |
|
|
| |
|
- Page 3 - |
|
|
| |
|
| |
|
|
|
HofK | having me straight even (without here nachzuschauen) gewundert, that
var expon = st.mid txt pospot+1 st.len(txt)-pospot // to ^ characters print "Exponent " + expon
from my book1-1-9-Zahlentest example functions.
so quick could I do not my Sonntagskaffee drink, How the Error fixed is! |
|
|
| |
|
|
|
| Sog. "Fehlerbehebus-BeispielAusBuchÖffneruptus" -
and even so quick Gibts new! |
|
|
| |
|
|
|
HofK | the flutscht: // Test print "Breite " + screen.width print "Höhe " + screen.height
hang to the ran,
var xmax = screen.width var ymax = screen.height print xmax + " " + ymax
there a Error: Compile: discontinue: v15: ERROR 17: Syntaxerror: Missing Arguments 2 at screen.width in main
but so
var xmax = screen.width() var ymax = screen.height() print xmax + " " + ymax
is it again fehlerfrei - something problematically - or? |
|
|
| |
|
|
|
HofK | Nochwas found: var a=0 var b=1 if (a==1) && (b==1) print " Test 1 " else print " Test 2 " endif _____ Compile: discontinue: v15: ERROR 17: Syntaxerror: Clams behind: &&,
so if ((a==1) && (b==1)) runs it through, but the Screen remaining Black without ERROR. |
|
|
| |
|
|
|
HofK | If I right entsinne, stammt these Merkwürdigkeit of zero yet from the Beta november:
var a1 = zero, a2 = testproc print " print var() : " + var(a1) + " " + var(a2)
proc testproc a return 1.4 endproc
gives print var() : aray float from. ---------------------------------------------------------------------------------------- now ought to @ The address (long) the proc supplying?
var a1 = zero, a2 = @testproc proc testproc a // - without Parameter a selbes result return 1.4 endproc
supply Compile: discontinue: v15: ERROR 10.1: Variable declaration syntax error, missing value in var a1 zero,a2 testproc ().
writes one ... a2 = @testproc() ... there with the Error Message two Klammerpaare: ... ,a2 testproc ()(). |
|
|
| |
|
|
|
| HofK (21.02.2016)
the flutscht: // Test print "Breite " + screen.width print "Höhe " + screen.height
hang to the ran,
var xmax = screen.width var ymax = screen.height print xmax + " " + ymax
there a Error: Compile: discontinue: v15: ERROR 17: Syntaxerror: Missing Arguments 2 at screen.width in main
but so
var xmax = screen.width() var ymax = screen.height() print xmax + " " + ymax
is it again fehlerfrei - something problematically - or?
very taken one Error in the SpaceOP, habs fixed and look to side-effects and me The others Error on.
Nachtrag: Have any these Error fixed. |
|
|
| |
|
|
|
HofK | so far ok.
should var a1 = zero print var(a1)
objectively aray spend? |
|
|
| |
|
|
|
| No, zero, thought the fixed to have -
look again drüber. |
|
|
| |
|
|
|
| I sustain hierbei:
correctly:
zero long float |
|
|
| |
|
|
|
HofK | Mystisch, now gives var a1 = zero print var(a1) too by me zero and before it your example too ausgabeidentisch.
was there somewhere something "im Speicher"? |
|
|
| |
|
|
|
HofK | now gives var a=null var b=null var c=a+b print var(c) long from |
|
|
| |
|
|