TurtleContext

data class TurtleContext(val prev: TurtleContext?, var indent: Int, var col: Int, val type: String, var align: Boolean? = null)

Constructors

Link copied to clipboard
constructor(prev: TurtleContext?, indent: Int, col: Int, type: String, align: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var col: Int
Link copied to clipboard
var indent: Int
Link copied to clipboard
Link copied to clipboard