TGTGInsightintelligence telegramLIVE / telegram public index
TGINSIGHT CHAT
sudo recast
@sudo_recast
Tecnologiecast something nice or not #blog#internet#design#game#github#gitlab#privacy#nowreading#nowplaying#中文#telegramban#tgsucks v2 / cast / channel / telegram / sudo stream @sudo_stream more @sudo_radio v1 @sudo_cast email [email protected]
Post recenti
Post recenti
Tag: #make · 1 post
当前筛选 #make清除筛选
Pubblicato 3 ago
A := something_for_a B = something_for_b # C = $A $B A += others_for_a B += others_for_b 關於 #make。我希望給 C 賦值的時候 A 立即展開、B 推遲展開,期望值是 something_for_a something_for_b others_for_b。這個句子該怎麼寫?我想了兩種: t := $A C = $t $B 或者 $(eval C = $A) C += $B 我暫用第二種。有更好看的寫法嗎……
48 views
Hashtags