Used Jekyll's include_relative to make the display of .BAS files friendlier
This commit is contained in:
parent
00cbf3d17c
commit
5c43702a71
36 changed files with 199 additions and 40 deletions
9
apps/c1p/BASIC/OSI/checking/README.md
Normal file
9
apps/c1p/BASIC/OSI/checking/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: CHECKING.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/checking/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative CHECKING.BAS %}
|
||||
{% endhighlight %}
|
||||
Loading…
Reference in a new issue