Learning Basic Programming: Lesson 2
Uploader Comments (jaywalker512)
Top Comments
-
youre awesome! you DESERVE delecious brownies! xD
-
@WCArmy69 ya me too i am getting this error continuously
All Comments (279)
-
error 21: Type mismatch, found 'then' in 'if choice = 1 then'
error 21: Type mismatch, found 'then' in 'elseif choice = 2 then'
I can't fix this, any help?
-
i love these two videos, and it's funny you're eating a brownie and teaching. i love it. thank you for teaching me the basics of basic! <3
-
It says:
Assembler messages:
Can't open Basic\bin\win32\as.exe for reading: No such file or directory
C:\PROGRA~1\Free: Basic\bin\win32\ld.exe: No such file: No such file or directory
what do I do?
-
error 41: Variable not declared, answer in 'answer = num1 + num2''
What do I do?
-
dont worry i figured it out
-
hey could you inbox me reason for error code 33. expected 'END IF', found 'end' in 'end sub'
-
nice burp brandon
-
thanks brandon
you say to avoid the error 136 you have to name a variable type, in the calculator tutorial i dont know what to name the variable for "dim choice as......" PLZ HELP THANKS :)
XzVanQuisHzX 1 month ago
@XzVanQuisHzX dim choice as integer
jaywalker512 1 month ago
is there a way you can make a number with a fractional part (decmals behind the dot [for instance: 3.193823]), because my calculator rounds everything down
ojima510 1 month ago
@ojima510 Yes, you need to use floating point values by declaring a variable either double or single. check out the freebasic wiki.
jaywalker512 1 month ago