12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
# Automatically generated; edit in Sphinx source code, not here.
|
|
module Test;
|
|
|
|
public type test = unit {
|
|
a: /1234/ %debug {
|
|
print self.a;
|
|
}
|
|
|
|
b: /567890/;
|
|
|
|
on b %debug { print self.b; }
|
|
}; |