User Tools

Site Tools


fb_controls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fb_controls [2022/12/04 01:26] praetorfb_controls [2022/12/04 01:27] (current) – [Bitwise Operators] praetor
Line 27: Line 27:
 | >= | Greater than or equal to | | >= | Greater than or equal to |
  
-==== Bitwise Operators ====+===== Bitwise Operators =====
 ^Operator^ ^Operator^
 | AND | | AND |
Line 62: Line 62:
  
 <code freebasic> <code freebasic>
-input "What if your name? ",myName+input "What is your name? ",myName
 </code> </code>
 //input// is a new keyword that asks the user for input and stores it in a variable, myName in this case. //input// is a new keyword that asks the user for input and stores it in a variable, myName in this case.
fb_controls.txt · Last modified: 2022/12/04 01:27 by praetor