Qurak

FullForm

可用,但與 .wl 參考有差異

In `wolframscript`'s script (`-code`) mode the result is printed in InputForm,

FullForm[expr]
FullForm[x+y+z] → FullForm[x + y + z]FullForm[x y z] → FullForm[x*y*z]FullForm[5*x] → FullForm[5*x]FullForm[x^n] → FullForm[x^n]FullForm[{a,b,c}] → FullForm[{a, b, c}]FullForm[a->b] → FullForm[a -> b]FullForm[a=b] → FullForm[b]FullForm[a b + c] → FullForm[a*b + c]FullForm[a (b + c)] → FullForm[a*(b + c)]

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個