vim script: type. type(var) can be used to determine the type of a variable. " " ..\run_ type " redir > type.out echo type(42) " 0 echo type("foo") " 1 echo ...
確定! 回上一頁