6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
# SPDX-FileCopyrightText: 2025 William Bell
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
let f = "hello world"
|
|
let x = string(f)
|
|
let the_type = type(x) |