Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
12
Task/Introspection/Frink/introspection.frink
Normal file
12
Task/Introspection/Frink/introspection.frink
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
if FrinkVersion[] < "2024-01-01"
|
||||
{
|
||||
println["Version of Frink is too old."]
|
||||
exit[]
|
||||
}
|
||||
|
||||
if isVariableDefined["bloop"]
|
||||
{
|
||||
func = getFunction["abs",1]
|
||||
if func != undef
|
||||
println[func[bloop]]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue