#! mavscript-yacas TEMPLATE.txt
# oder / or
#! mavscript TEMPLATE.txt
#! mavscript --ascii TEMPLATE.txt


mavscript-yacas Unicode support
--------------------------------

Eingabe / input:
Länge / length §m l := 10.30 §i m
Breite / width §m b :=  2.37 §i m
Höhe / hight   §m h :=  4.80 §i m

Berechnung / Calculation:
§m Vol := l*b*h §i

Ausgabe / output:

Volumen / Volume                       §m Vol §io m³
λ-faches Volumen / λ-times the volume  §m λ*Vol §io m³


# Anmerkungen / Notes
# -------------------
# Yacas unterstützt griechische Buchstaben und generell Unicode-Buchstaben. Alternativ:
# Die Option --ascii konvertiert Unicode-Zeichen in den Matheanweisungen in eine Ascii-Representation,
# vor der Übergabe an Yacas. Nach der Verarbeitung werden sie zurückkonvertiert.

# Yacas does support greek letters and other unicode letters. Alternatively:
# The command option --ascii converts unicode chars to a ascii representation prior to send them to Yacas.
# After processing they are converted back to unicode chars.
