My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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
^ ;

Change log

r638 by vitek03 on Oct 24, 2011   Diff
[No log message]
Go to: 
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
Powered by Google Project Hosting