Street, Mountain View, CA Swift ͷίʔυ (lldb) po 0x1003183e0 4298212320 (lldb) expr -O --language objc -- 0x1003183e0 Enrico, 700 Swift Street, Mountain View, CA po ͱ expr -O ಉٛͰ͢
found on object of type ‘id’ (lldb) p @import AppKit (lldb) p [NSApplication sharedApplication].undoManager (NSUndoManager * __nullable) $1 = 0x00007fb399629cd0
:help for assistance. 1> po "Welcome to WWDC.next!!" error: repl.swift:2:3: error: consecutive statements on a line must be separated by ';' po "Welcome to WWDC.next!!" ^ ; 1> :po "Welcome to WWDC.next!!" "Welcome to WWDC.next!!"
of optional type 'Optional<Int>' not unwrapped; did you mean to use '!' or '?'? (lldb) p Optional(10) + 10 (Int) $R0 = 20 Fixit applied, fixed expression was: Optional(10)! + 10