Skip to content

Commit

Permalink
relocate supcoda
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Feb 22, 2024
1 parent ae16edc commit 04ee2ee
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,19 @@ The new and updated walkthrough to supcode.
<th> description </th>
</tr>
<tr>
<td rowspan="3"> Introduction </td>
<td rowspan="2"> Introduction </td>
<td> <a href="foundation/sup-world.md">Sup, World!</a> </td>
<td> A simple ”Sup, World!” program in supcode. </td>
</tr>
<tr>
<td> <a href="foundation/sup-code.md">Sup, supcode!</a> </td>
<td> A general tour of supcode. </td>
</tr>
<tr>
<td rowspan="2"> General </td>
<td> <a href="foundation/control-flow.md">Control Flow</a> </td>
<td> <code>if</code>, <code>else</code>, <code>openif</code>, <code>loop</code> </td>
</tr>
<tr>
<td> <a href="foundation/functions.md">Functions</a> </td>
<td> Functions, arguments, parameters, invokables. </td>
Expand All @@ -33,5 +42,7 @@ The new and updated walkthrough to supcode.
</tr>
<tr>
<td rowspan="1"> Miscellaneous </td>
<td> </td>
<td> </td>
</tr>
</table>

0 comments on commit 04ee2ee

Please sign in to comment.