#test file for jcalc1.0
# This example demonstrates use of files with jcalc.
# F=m*a formula
# to run this file type command   :r force

a? # read acceleration
m? # read mass
F=m*a     # Force
