add ground/1.
This commit is contained in:
@@ -562,3 +562,9 @@ macro_rules! restore_cut_policy {
|
||||
Line::BuiltIn(BuiltInInstruction::RestoreCutPolicy)
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! ground_execute {
|
||||
() => (
|
||||
Line::Control(ControlInstruction::GroundExecute)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user