Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
17
Task/Exceptions/Bracmat/exceptions.bracmat
Normal file
17
Task/Exceptions/Bracmat/exceptions.bracmat
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
( ( MyFunction
|
||||
= someText XMLstuff
|
||||
. ( get$!arg:?someText
|
||||
& get$("CorporateData.xml",X,ML):?XMLstuff
|
||||
| out
|
||||
$ ( str
|
||||
$ ( "Something went wrong when reading your file \""
|
||||
!arg
|
||||
"\". Or was it the Corporate Data? Hard to say. Anyhow, now I throw you out."
|
||||
)
|
||||
)
|
||||
& ~
|
||||
)
|
||||
& contemplate$(!someText,!XMLstuff)
|
||||
)
|
||||
& MyFunction$"Tralula.txt"
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue