07 Unicode 标签工作流
syntax-primitives
此工作流模拟标签中使用表情符号和国际字符的工作流。
完整 FlowZap 代码
laneA { # Lane A
n1: circle label:"Start 07 Unicode Labels"
n2: rectangle label:"Unicode label 🚀"
n3: rectangle label:"多言語ラベル"
n4: rectangle label:"07 Unicode Labels step 4"
n5: circle label:"End 07 Unicode Labels"
n1.handle(right) -> n2.handle(left)
n2.handle(right) -> n3.handle(left)
n3.handle(right) -> n4.handle(left)
n4.handle(right) -> n5.handle(left)
}