-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestion_backslash_fs
More file actions
29 lines (19 loc) · 820 Bytes
/
Copy pathquestion_backslash_fs
File metadata and controls
29 lines (19 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\ question_backslash_fs
\ This file is part of Sfera, a library for SuperForth
\ http://programandala.net/en.program.sfera.html
\ Author: Marcos Cruz (programandala.net)
\ ==============================================================
\ License
\ You may do whatever you want with this work, so long as you
\ retain the copyright/authorship/acknowledgment/credit
\ notice(s) and this license in all redistributed copies and
\ derived works. There is no warranty.
\ ==============================================================
\ History
\ 2016-01-11: Code extracted from <boot.fs>.
\ ==============================================================
: ?\ ( f "ccc<eol>" -- )
if [compile] \
then ; immediate
\ If _f_ is not zero, ignore the rest of the input stream line
\ vim: filetype=superforthsfera