Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:18:30 +02:00
parent 50d555e542
commit e1201ed6e1

33
js/top/.rcs/help.js,v Normal file
View File

@ -0,0 +1,33 @@
head 1.1;
access;
symbols;
locks
sbosse:1.1; strict;
comment @# @;
1.1
date 2020.02.03.09.45.01; author sbosse; state Exp;
branches;
next ;
desc
@@
1.1
log
@.
@
text
@var Doc = Require('doc/doc');
var Sections = {
Into:FileEmbedded('doc/../../doc/jam.md','utf8'),
Lib:FileEmbedded('doc/../../doc/api.md','utf8'),
Aios:FileEmbedded('doc/../../doc/aios.md','utf8'),
}
print(Sections.Aios)
@