6 lines
123 B
Text
6 lines
123 B
Text
// escape off // using escape off interpreter skip assert statements
|
|
x=random(0, 1)*10
|
|
try {
|
|
assert x=10
|
|
print x
|
|
}
|