Use of Semi-colon ";" (Syntax) Example from DM: vehicle1.drive() with: speed(30kph); acceleration(5kphps)
Use of Semi-colon ";" Example from DM: saw this mentioned here: https://code.asam.net/simulation/standard/openscenario-2.0/-/blob/DM/Modifiers-for-Actions/Domain_Model/Modifiers/Modifiers_for_actions.adoc
vehicle1.drive() with: speed(30kph); acceleration(5kphps)
Proposal 1
probably needs to go with "with"...
[';']