summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/%comment_string.sci
diff options
context:
space:
mode:
authorjofret2009-05-05 13:52:15 +0000
committerjofret2009-05-05 13:52:15 +0000
commit83c68889eff40411bbef50df0904f3585ed9e2b7 (patch)
tree16fb9d67c603e867e10f675a6e5fb8c3bb58b41f /macros/ASTManagement/%comment_string.sci
parentb11350b841069ef8db155516a310eb7523c5e183 (diff)
downloadscilab2c-83c68889eff40411bbef50df0904f3585ed9e2b7.tar.gz
scilab2c-83c68889eff40411bbef50df0904f3585ed9e2b7.tar.bz2
scilab2c-83c68889eff40411bbef50df0904f3585ed9e2b7.zip
Split into several files
Diffstat (limited to 'macros/ASTManagement/%comment_string.sci')
-rw-r--r--macros/ASTManagement/%comment_string.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/ASTManagement/%comment_string.sci b/macros/ASTManagement/%comment_string.sci
new file mode 100644
index 00000000..a963507d
--- /dev/null
+++ b/macros/ASTManagement/%comment_string.sci
@@ -0,0 +1,7 @@
+function txt=%comment_string(e)
+//overloading function for "comment" type tlist string function
+//fields:
+// text: a string
+//this is a leaf of the AST
+ txt=['Comment : '+e.text]
+endfunction