11 lines
124 B
Text
11 lines
124 B
Text
|
import logic
|
||
|
|
||
|
namespace foo
|
||
|
definition C [protected] := true
|
||
|
definition D := true
|
||
|
end foo
|
||
|
|
||
|
open foo
|
||
|
check foo.C
|
||
|
check D
|