5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
public lib Preview.Functions {
|
|
public func isTrue(value: bool): bool {
|
|
return value;
|
|
}
|
|
} |