7 lines
155 B
Text
7 lines
155 B
Text
Module CheckIt {
|
|
Declare Simple Form
|
|
With Simple, "Title", "Hello World"
|
|
Method Simple, "Show", 1
|
|
Declare Simple Nothing
|
|
}
|
|
CheckIt
|