-
Notifications
You must be signed in to change notification settings - Fork 0
SBDoc Comment Specification
Nonki Takahashi edited this page May 21, 2017
·
4 revisions
Version 0.5.05
SBDoc is a project for a tool to generate document from Small Basic source code, like JSDoc or CppDoc. SBDoc will parse keywords in comments in Small Basic source. Some of keywords are used in Program Database.
These keywords are case insensitive.
Version
Copyright
Repository
Challenge
Program ID
Last update
param
return
' Program Database
' Version 0.7b
' Copyright © 2014-2017 Nonki Takahashi. The MIT License.
' Repository https://github.com/nonkit/ProgramDB
' Program ID HMK932-2
' Last update 2017-05-20
Sub Compare
' Compare numbers or texts
' param text1, text2
' return eq = "True" if text1 = text2
EndSub
Sub UnselectLine
' Unselect line
' param lOp - left operation "", "AND" or "OR"
' param i - index of line array
' return line[i](i) - "" if unselected
EndSub
IntellisenseSubroutine.png (telephone icon)
Copyright © 2008-2015 Microsoft Corporation. All rights reserved.
See more details.
Title | Program Database |
Version | 0.7b |
Copyright | © 2014-2017 Nonki Takahashi. The MIT License. |
Repository | https://github.com/nonkit/ProgramDB |
Program ID | HMK932-2 |
Last update | 2017-05-21 |
subroutine | description |
---|---|
Compare() | Compare numbers or texts |
UnselectLine() | Unselect line |
Compare numbers or texts
- Parameters
-
text1
(description) -
text2
(description) - Returns
-
eq
"True" if text1 = text2
Unselect line
- Parameters
-
lOp
left operation "", "AND" or "OR" -
i
index of line array - Returns
-
line[i]
"" if unselected
Copyright (c) 2016-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.