1
0
mirror of https://github.com/simh/simh.git synced 2026-02-25 08:21:10 +00:00

SCP: Add ELSE command extension to the IF command processing.

This commit is contained in:
Mark Pizzolato
2018-08-06 18:22:46 -07:00
parent 2ddc0e61ad
commit 482b6f1be4
3 changed files with 37 additions and 6 deletions

View File

@@ -360,6 +360,7 @@ Device simulator authors can easily schedule their device polling activities to
ON Establish or cancel an ON condition dispatch
IF Test some simulator state and conditionally execute commands
IF (C-style-expression) Test some simulator state and conditionally execute commands
ELSE commands to execute when the previous IF wasn't true
CD Change working directory
SET DEFAULT Change working directory
PWD Show working directory