mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 00:53:25 +00:00
doc: Runtime readme.md
This commit is contained in:
16
runtime/READMD.md
Normal file
16
runtime/READMD.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Runtime
|
||||
一台VM運行時,用於隔離租戶環境與服務器環境,提供腿本用於調用模型流。
|
||||
# 語法
|
||||
```
|
||||
// 使用//註解
|
||||
// "雙引號字符串"
|
||||
let s = "hello"
|
||||
// 整數
|
||||
let i = 10
|
||||
// 浮點數
|
||||
let f = 1.2
|
||||
// 動態類型
|
||||
s = i
|
||||
// 返回值
|
||||
return s
|
||||
```
|
||||
Reference in New Issue
Block a user