[q-lang-cvs] qcalc/examples clock.qcalc,1.2,1.3
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-15 10:28:54
|
Update of /cvsroot/q-lang/qcalc/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12642/examples Modified Files: clock.qcalc Log Message: cosmetic changes Index: clock.qcalc =================================================================== RCS file: /cvsroot/q-lang/qcalc/examples/clock.qcalc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clock.qcalc 4 Nov 2007 21:35:52 -0000 1.2 --- clock.qcalc 15 Nov 2007 10:28:49 -0000 1.3 *************** *** 1,6 **** ! // qcalc 1.0, created Sun Nov 4 22:32:52 2007 -*-Q-*- -*- coding: UTF-8 -*- ! // [((0,0),"Sun Nov 4 22:32:51 2007")] // [] ! // [(0,141)] // Start of script. Please do not remove this line. --- 1,6 ---- ! // qcalc 1.0, created Thu Nov 15 11:28:43 2007 -*-Q-*- -*- coding: UTF-8 -*- ! // [((0,0),"Thu Nov 15 11:28:42 2007")] // [] ! // [(0,172)] // Start of script. Please do not remove this line. |