mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-26 18:04:07 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
$ if p2 .nes. "" then goto l2
|
||||
$ if p1 .eqs. "" then goto l3
|
||||
$ if 'f$locate(":",p1)' .ne. 'f$length(p1)' then goto l1
|
||||
$ if 'f$locate("[",p1)' .ne. 'f$length(p1)' then goto l1
|
||||
$ if 'f$locate("<",p1)' .ne. 'f$length(p1)' then goto l1
|
||||
$ set def ['p1']
|
||||
$ goto l3
|
||||
$l1:
|
||||
$ set def 'p1
|
||||
$ goto l3
|
||||
$l2:
|
||||
$ set def 'p1':['p2']
|
||||
$l3:
|
||||
$ show default
|
||||
Reference in New Issue
Block a user