Changeset 3746 for to-imperative/trunk/java/refal/refal/plus/internal
- Timestamp:
- Apr 20, 2008, 2:35:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/java/refal/refal/plus/internal/StdIO.rfi
r3659 r3746 12 12 13 13 //$func Channel = s.Channel; 14 $func? OpenFile s. Channel e.FileName s.Mode = ;15 $func CloseChannel s. Channel = ;14 $func? OpenFile s.channel e.file s.mode = ; 15 $func CloseChannel s.channel = ; 16 16 17 17 //$func ParseFileName e.FileName = s.DriveWord s.PathWord s.NameWord s.ExtWord; 18 18 //$func? EraseFile e.FileName = ; 19 19 20 $func? IsEof s. Channel = ;20 $func? IsEof s.channel = ; 21 21 22 $func? Read = t. Term;23 $func? ReadChar = s. Char;24 $func? ReadLine = e. Char;22 $func? Read = t.term; 23 $func? ReadChar = s.char; 24 $func? ReadLine = e.chars; 25 25 //$func Write e.Expr = ; 26 26 //$func WriteLn e.Expr = ; … … 28 28 //$func PrintLn e.Expr = ; 29 29 30 $func? ReadCh s. Channel = t.Term;31 $func? ReadCharCh s. Channel = s.Char;32 $func? ReadLineCh s. Channel = e.Char;30 $func? ReadCh s.channel = t.term; 31 $func? ReadCharCh s.channel = s.char; 32 $func? ReadLineCh s.channel = e.chars; 33 33 //$func WriteCh s.Channel e.Expr = ; 34 34 //$func WriteLnCh s.Channel e.Expr = ;
Note: See TracChangeset
for help on using the changeset viewer.