close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 10, 2015, 12:22:49 PM (9 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
108 | 108 | }}} |
109 | 109 | |
110 | | Si queremos pasar a la función un atributo con nombre le antepondremos "__" al nombre de la variable en TOL. |
| 110 | Si queremos pasar a la función un atributo con nombre le antepondremos {{{"__"}}} al nombre de la variable en TOL. |
111 | 111 | |
112 | 112 | Ejemplo: |
113 | 113 | {{{ |
114 | 114 | #!java |
115 | | // Para llamar a paste("a", "b", sep="-") podemos hacer: |
| 115 | // Para llamar a paste("a", "b", sep="-") debemos hacer: |
116 | 116 | Text RExecute("paste", [["a", "b", Text __sep="-"]]); |
117 | 117 | }}} |