Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
Grogster Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9641
Posted: 09:04pm 17 Mar 2015
Copy link to clipboard
Print this post
This is interesting.
Not fatal, just odd.
run command with symbols on the end does not result in an error, and code still runs.
All other typos cause an error as expected.Smoke makes things work. When the smoke gets out, it stops!
WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2948
Posted: 09:42pm 17 Mar 2015
Copy link to clipboard
Print this post
Good catch Grogs.
As you say, not fatal but hopefully Geoff will address.
Out of interest, which firmware & processor(s) are you seeing this on (just to possibly help Geoff eliminate)!
Grogster Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9641
Posted: 10:35pm 17 Mar 2015
Copy link to clipboard
Print this post
See the welcome message - 64 pinner, 4.6b++b8
Smoke makes things work. When the smoke gets out, it stops!
WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2948
Posted: 10:44pm 17 Mar 2015
Copy link to clipboard
Print this post
OK - I meant what others . . . .
Have you tried the 100pinner and other Beta's
palcal Guru Joined: 12/10/2011 Location: AustraliaPosts: 1997
Posted: 11:01pm 17 Mar 2015
Copy link to clipboard
Print this post
Just tried it with Ver 4.5 and the same thing happens.
DOS version
Paul.Edited by palcal 2015-03-19"It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all"
Grogster Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9641
Posted: 11:12pm 17 Mar 2015
Copy link to clipboard
Print this post
@ WW - No 100's in stock or on-line here at the moment, so can't say.Smoke makes things work. When the smoke gets out, it stops!
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10400
Posted: 12:14am 18 Mar 2015
Copy link to clipboard
Print this post
You can probably find the same thing on other single commands if you try.
The biggest overhead in MMBasic is the interpreter i.e. reading each Basic statement. With a command like RUN, once the interpreter finds the valid sequence RUN followed by a non alphanumeric it is happy and executes as there are no valid parameters. Hence RUN5 isn't the same as RUN but RUN! is.
Not a bug - just a feature and probably common to every platform
Grogster Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9641
Posted: 12:40am 18 Mar 2015
Copy link to clipboard
Print this post
Understood. Smoke makes things work. When the smoke gets out, it stops!
palcal Guru Joined: 12/10/2011 Location: AustraliaPosts: 1997
Posted: 11:18am 18 Mar 2015
Copy link to clipboard
Print this post
@ Grogster
I got a couple of samples from Microchip, try that if you need some. They also arrived fairly quickly.
Paul."It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all"