File input/output: Difference between revisions

Content added Content deleted
(Add Uxntal)
m (Removed spaces around Uxntal code.)
Line 3,913: Line 3,913:


=={{header|Uxntal}}==
=={{header|Uxntal}}==
<syntaxhighlight lang="Uxntal">
<syntaxhighlight lang="Uxntal">|00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1
|00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1
|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1
|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1
|a0 @File1 &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2
|a0 @File1 &vector $2 &success $2 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2
Line 3,938: Line 3,937:
@in-file "input.txt 00
@in-file "input.txt 00
@out-file "output.txt 00
@out-file "output.txt 00
@buffer $100
@buffer $100</syntaxhighlight>
</syntaxhighlight>


=={{header|Vedit macro language}}==
=={{header|Vedit macro language}}==