PascalState

data class PascalState(var tokenize: (StringStream, PascalState) -> String?? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, PascalState) -> String?? = null)

Properties

Link copied to clipboard