Used Jekyll's include_relative to make the display of .BAS files friendlier

This commit is contained in:
Jeff Parsons 2016-11-20 18:07:25 -08:00 committed by Jeff Parsons
commit 5c43702a71
36 changed files with 199 additions and 40 deletions

View 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 %}