tstptr: ptr string = addr(tststr) tstptr2: pointer memad: int echo tstptr[] # prints hello, world! memad = cast[int](tstptr[]) # address, same as the one ...
確定! 回上一頁