mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
8 lines
199 B
Text
8 lines
199 B
Text
// Tardygrada — String Types Example
|
|
|
|
agent Greeter {
|
|
let greeting: str = "hello world" @verified
|
|
let name: str = "tardygrada" @sovereign
|
|
let version: int = 1
|
|
active: bool = true
|
|
}
|