My favorites
▼
|
Sign in
dforth
DEmbro programming language
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
release
/
units
/
tools
/
doc
/
core.de
‹r637
r707
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 2011.10.20 # Doj
// Генератор страниц помощи
namespace DOC-GENERATOR
variable *doing?
variable *<<
: \page *doing? off ;
: << *<< @ execute ;
\namespace
: <<! ( x) DOC-GENERATOR *<< ^ ! ;
' str. <<!
: {page}
DOC-GENERATOR
*doing? on
begin *doing? @ while
" {" source-cut <<
" }" source-cut evaluate
repeat
^ ;
Show details
Hide details
Change log
r638
by vitek03 on Oct 24, 2011
Diff
[No log message]
Go to:
.../release/units/tools/doc/core.de
...se/units/tools/doc/googlecode.de
Project members,
sign in
to write a code review
Older revisions
r637
by vitek03 on Oct 24, 2011
Diff
[No log message]
r635
by vitek03 on Oct 24, 2011
Diff
[No log message]
r631
by vitek03 on Oct 24, 2011
Diff
[No log message]
All revisions of this file
File info
Size: 395 bytes, 21 lines
View raw file
Powered by
Google Project Hosting