src = market_data_source()

# String type (text node)
label = "Buy Signal"

# Try to use string in numeric context (should error)
result = src.c + label
