pub enum Keyword {
Show 91 variants
Rnd,
Inkey,
Pi,
Fn,
Point,
Screen,
Attr,
At,
Tab,
ValStr,
Code,
Val,
Len,
Sin,
Cos,
Tan,
Asn,
Acs,
Atn,
Ln,
Exp,
Int,
Sqr,
Sgn,
Abs,
Peek,
In,
Usr,
Str,
Chr,
Not,
Bin,
Or,
And,
LessOrEqual,
GreaterOrEqual,
NotEqual,
Line,
Then,
To,
Step,
DefFn,
Cat,
Format,
Move,
Erase,
Open,
Close,
Merge,
Verify,
Beep,
Circle,
Ink,
Paper,
Flash,
Bright,
Inverse,
Over,
Out,
Lprint,
Llist,
Stop,
Read,
Data,
Restore,
New,
Border,
Continue,
Dim,
Rem,
For,
GoTo,
GoSub,
Input,
Load,
List,
Let,
Pause,
Next,
Poke,
Print,
Plot,
Run,
Save,
Randomize,
If,
Cls,
Draw,
Clear,
Return,
Copy,
}
Variants§
Rnd
Inkey
Pi
Fn
Point
Screen
Attr
At
Tab
ValStr
Code
Val
Len
Sin
Cos
Tan
Asn
Acs
Atn
Ln
Exp
Int
Sqr
Sgn
Abs
Peek
In
Usr
Str
Chr
Not
Bin
Or
And
LessOrEqual
GreaterOrEqual
NotEqual
Line
Then
To
Step
DefFn
Cat
Format
Move
Erase
Open
Close
Merge
Verify
Beep
Circle
Ink
Paper
Flash
Bright
Inverse
Over
Out
Lprint
Llist
Stop
Read
Data
Restore
New
Border
Continue
Dim
Rem
For
GoTo
GoSub
Input
Load
List
Let
Pause
Next
Poke
Plot
Run
Save
Randomize
If
Cls
Draw
Clear
Return
Copy
Implementations§
Trait Implementations§
impl Copy for Keyword
impl StructuralPartialEq for Keyword
Auto Trait Implementations§
impl Freeze for Keyword
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnwindSafe for Keyword
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more