Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
ForthState
Forth
State
data
class
ForthState
(
var
state
:
String
=
""
,
var
base
:
Int
=
10
,
var
wordList
:
MutableList
<
String
>
=
mutableListOf()
)
Members
Constructors
Forth
State
Link copied to clipboard
constructor
(
state
:
String
=
""
,
base
:
Int
=
10
,
wordList
:
MutableList
<
String
>
=
mutableListOf()
)
Properties
base
Link copied to clipboard
var
base
:
Int
state
Link copied to clipboard
var
state
:
String
word
List
Link copied to clipboard
var
wordList
:
MutableList
<
String
>