文件名称:jolie-templates:朱莉的字符串模板库
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-28 23:04:46
Java
jolie-模板 朱莉的字符串模板库 例子 include "console.iol" include "template.iol" main { template = "Hi. My name is ${name} and I am from ${country}."; template.name = "John"; template.country = "Denmark"; compile@Template(template)(result); println@Console(result)() } 打印Hi. My name is John and I am from Denmark. Hi. My name is John and I am from Denmark.
【文件预览】:
jolie-templates-master
----build.xml(433B)
----template.iol(248B)
----src()
--------io()
----example.ol(241B)
----README.md(391B)