Skip to content

Update of function reference K to L #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
29ccdd4
Update escape.markdown
Joe7M Apr 27, 2023
57104cb
Update 591-file-kill.markdown
Joe7M Apr 27, 2023
ca0cabb
Update 684-language-label.markdown
Joe7M Apr 27, 2023
bd545b4
Update 561-data-lbound.markdown
Joe7M Apr 27, 2023
da24ca2
Update 782-string-lcase.markdown
Joe7M Apr 27, 2023
8609c32
Update 783-string-left.markdown
Joe7M Apr 27, 2023
e4cd880
Update 784-string-leftof.markdown
Joe7M Apr 27, 2023
e492475
Update 785-string-leftoflast.markdown
Joe7M Apr 27, 2023
40371f6
Update 562-data-len.markdown
Joe7M Apr 27, 2023
304a714
Update 685-language-let.markdown
Joe7M Apr 27, 2023
0df285b
Update 668-language-like.markdown
Joe7M Apr 27, 2023
5703dc2
Update 736-math-lineqn.markdown
Joe7M May 15, 2023
beb1607
Update 736-math-lineqn.markdown
Joe7M May 15, 2023
3ef880e
Update 544-data-insert.markdown
Joe7M May 19, 2023
f536196
Merge branch 'smallbasic:master' into master
Joe7M May 29, 2023
0081a72
Update escape.markdown
Joe7M May 29, 2023
167e11d
Update 1521-system-command.markdown
Joe7M May 30, 2023
0483568
Update 618-graphics-line.markdown
Joe7M May 30, 2023
60fc435
Update 528-console-lineinput.markdown
Joe7M May 30, 2023
8c0acdb
Update 529-console-linput.markdown
Joe7M May 30, 2023
24e84e8
Update 653-language-local.markdown
Joe7M May 30, 2023
0545b7f
Update 653-language-local.markdown
Joe7M May 30, 2023
057850a
Update 530-console-locate.markdown
Joe7M May 30, 2023
a5d16c2
Update 609-file-lof.markdown
Joe7M May 30, 2023
99b20f9
Update 594-file-open.markdown
Joe7M May 30, 2023
ce4926e
Update 737-math-log.markdown
Joe7M May 30, 2023
00eb5bf
Update 738-math-log10.markdown
Joe7M May 30, 2023
33862a9
Update 737-math-log.markdown
Joe7M May 30, 2023
6cd2f9e
Update 531-console-logprint.markdown
Joe7M May 30, 2023
420d92f
Update 786-string-lower.markdown
Joe7M May 30, 2023
acb2d0a
Update 1496-language-lshift.markdown
Joe7M May 30, 2023
8f2cc53
Update 787-string-ltrim.markdown
Joe7M May 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update escape.markdown
  • Loading branch information
Joe7M authored May 29, 2023
commit 0081a7227f347f85e774b5438d8fb30ea84df79e
4 changes: 2 additions & 2 deletions _build/pages/escape.markdown
Original file line number Diff line number Diff line change
@@ -43,9 +43,9 @@ PRINT "First line\nSecond Line"

## Using the EscapeCode Unit

The EscapeCode Unit makes it easier to use escape codes and to deal with different colors for foreground and background. The unit can be downloaded or copy pasted from the [SmallBASIC Github website](https://github.com/smallbasic/smallbasic.plugins/blob/master/units/EscapeCodes.bas). Please save the unit in the same directory as you basic file.
The EscapeCode Unit makes it easier to use escape codes and to deal with different colors for foreground and background. The unit can be downloaded or copy pasted from the [SmallBASIC Github website](https://github.com/smallbasic/smallbasic.plugins/blob/master/units/EscapeCodes.bas). Please save the unit in the same directory as your basic file.

Here an example on how to use the unit.
Here an example on how to use the unit:

```Freebasic
' SmallBASIC 12.25