diff options
| author | Drahflow <drahflow@gmx.de> | 2013-02-06 00:58:56 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-02-06 00:58:56 +0100 |
| commit | 368d0a143034b445e4cad01ac77a1172652ee80b (patch) | |
| tree | 84ac2e310b0b38589b0e2b1d0922e4370d6007c8 /compiler/standardClient.ey | |
| parent | 4f9ab0adc677045612c3199f3be04cdcfd32a42a (diff) | |
Typed executions now handed over to client lib
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index a788d92..e48798e 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -90,6 +90,14 @@ 0 sys .asm .allocAt } /alloc sys .asm .deff > -- + + < # sys .typed extensions + < + { + "Here!!! :)" die + } /execute deff + > /typed sys .defv + > -- > -- # vim: syn=elymas |
