1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-15 00:09:07 +00:00

ARDS to SVG converter.

This commit is contained in:
Lars Brinkhoff
2019-01-30 12:53:10 +01:00
parent 2cd34f56fa
commit 62ff683f19
4 changed files with 314 additions and 1 deletions

View File

@@ -735,6 +735,12 @@ respond "Alloc?" "n"
respond "*" {(load "dcp;supard")}
respond "system program" "(bootstrap)"
# ARDS to SVG converter
respond "*" ":complr\r"
respond "_" "victor; ards\r"
respond "_" "\032"
type ":kill\r"
# Forth
respond "*" ":complr\r"
respond "_" "kle;forth\r"