Script
Standard Library
Types
Int
Operators
- Bitwise
&|^<<>>
- Arithmetic
+-*
- Comparison
<<=>>===!=
- Logical
andor
Built-in Functions
- Math
min(x: Int, y: Int, *args: Int) -> Intmax(x: Int, y: Int, *args: Int) -> Intabs(x: Int) -> Intdivmod(x: Int, y: Int) -> Tuple[Int, Int]
- IO
scan() -> Intgetc() -> Intprint(*args: Any)putc(x: Int)