Contents
Syntax
The syntax for
console.locked
@console.locked
Description
The
f++ example
Example of
- if(!(console.locked))
- console.lock
- console("hello, world!")
- console.unlock
n++ example
Example of
- @if(!(console.locked))
- @console.lock
- @console("hello, world!")
- @console.unlock