我想將許多可用的十進制數字作爲字符串一次性轉換爲浮動。我想下面的代碼將這些字符串組合成一個系列,然後將它們轉換爲浮動。這適用所有的權利,但失敗,如果有一個錯誤: a: "1.5"
b: ""
c: "3.7"
invars: [a b c]
print a
print type? a
set invars foreach x invars [append [] to-float r
如何打印一個雙引號符號(「)打印雙引號符號我嘗試了http://r.789695.n4.nabble.com/How-to-print-a-variable-with-in-double-quotes-td905186.html提到的不同方法,但他們不工作: print "\""
print as.character(x) ; x should come in quotes
print dQu
如何將包含句子的字符串轉換爲一系列單詞,例如:下面的字符串轉換爲: str: "This is a sentence with some words"
一系列的: ["This" "is" "a" "sentence" "with" "some" "words"]
似乎有分裂功能Rebol3但Rebol2沒有這種功能。 我試圖在與解析的代碼,但它不工作: str: "This is a s