add string initialisation

This commit is contained in:
2025-08-09 18:51:23 +01:00
parent 345c4ce841
commit b755e574bd
3 changed files with 81 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
# SPDX-FileCopyrightText: 2025 William Bell
# SPDX-License-Identifier: GPL-3.0-or-later
type.__call__()
let f = "hello world"
let x = string(f)
let the_type = type(x)