Raw

data class Raw(val strings: Map<String, String>, val other: Program.Stm? = null) : Program.Stm

Constructors

Link copied to clipboard
constructor(strings: Map<String, String>, other: Program.Stm? = null)

Properties

Link copied to clipboard
val other: Program.Stm? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun string(name: String, default: String = ""): String
Link copied to clipboard