Simple database: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.)
Line 1:
{{task|Data Structures}}
 
:Task:
Write a simple tool to track a small set of data.
 
The tool should have a commandlinecommand-line interface to enter at least two different values.
 
The entered data should be stored in a structured format and saved to disk.
 
Line 24 ⟶ 27:
 
See also [[Take notes on the command line]] for a related task.
<br><br>
 
=={{header|Bracmat}}==