From 48816c612f38ef6a7db312d0dfd231805652dbde Mon Sep 17 00:00:00 2001 From: gtheler Date: Tue, 12 Nov 2019 15:16:39 -0300 Subject: [PATCH] added example on HISTORY --- examples/history.was | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/history.was diff --git a/examples/history.was b/examples/history.was new file mode 100644 index 0000000..cc458cd --- /dev/null +++ b/examples/history.was @@ -0,0 +1,6 @@ +PHASE_SPACE a +end_time = 1 +a_0 = 1 +a_dot .= -a +HISTORY a b +PRINT t a b(t-0.1)